Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.
authorJonathan Blandford <jrb@redhat.com>
Thu, 14 Jun 2001 23:25:52 +0000 (23:25 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Thu, 14 Jun 2001 23:25:52 +0000 (23:25 +0000)
commit426ac9c6fea9e3786f3d17ec6500984fd43792d3
tree95121893d56533c4fbd0896cae291b877e170499
parentc6046481211807cab25446cf4c19c123263b9fb7
Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.

Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
finish it off tonight, though it basically works now when it's a
list.  Also, I have a sinking feeling neither GtkTreeStore or
GtkListStore actually resort when adding a new item.  I'll look
into it.
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkliststore.c
gtk/gtktreemodel.c
gtk/gtktreemodelsort.c
gtk/gtktreemodelsort.h
gtk/gtktreestore.c
gtk/gtktreeview.c
tests/testtreesort.c
tests/testtreeview.c
tests/treestoretest.c